Correct the documentation for how to set accessible names
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 Feb 2013 20:40:27 +0000 (15:40 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 10 Feb 2013 20:47:14 +0000 (15:47 -0500)
The example in the GtkWidget docs was referring to a nonexisting
AtkObject::name property. The correct property name is
accessible-name.

gtk/gtkwidget.c

index d99ee5552e3f16315712adfb59a5107b9d646109..8278f9887079a1040f0fe57d42a2db607ef24425 100644 (file)
  *   </accessibility>
  *   <child internal-child="accessible">
  *     <object class="AtkObject" id="a11y-button1">
- *       <property name="AtkObject::name">Clickable Button</property>
+ *       <property name="accessible-name">Clickable Button</property>
  *     </object>
  *   </child>
  * </object>